JsFunctionCallback

Represents a Java function that can be invoked from JavaScript.

Since

7.1

Inheritors

Functions

Link copied to clipboard
abstract fun invoke(args: Array<Any>): Any
Invoked when the corresponding function is called on the JavaScript side.